body{
	color:#666;
	font-size:14px;}
 h1,h2,h3,h4,h5,h6{
 	font-weight: normal;
 }
 a:hover{
     text-decoration: none;
 }
 i{
     font-style: normal;
 }
 ul,li{
 	list-style: none;
 }
  .row-no{
    margin-right: 0px;
    margin-left: 0px;
  }
  .row-no .col-xs-1,.row-no .col-sm-1,.row-no .col-md-1,.row-no .col-lg-1,.row-no .col-xs-2,.row-no .col-sm-2,.row-no .col-md-2,.row-no .col-lg-2,.row-no .col-xs-3,.row-no .col-sm-3,.row-no .col-md-3,.row-no .col-lg-3,.row-no .col-xs-4,.row-no .col-sm-4,.row-no .col-md-4,.row-no .col-lg-4,.row-no .col-xs-5,.row-no .col-sm-5,.row-no .col-md-5,.row-no .col-lg-5,.row-no .col-xs-6,.row-no .col-sm-6,.row-no .col-md-6,.row-no .col-lg-6,.row-no .col-xs-7,.row-no .col-sm-7,.row-no .col-md-7,.row-no .col-lg-7,.row-no .col-xs-8,.row-no .col-sm-8,.row-no .col-md-8,.row-no .col-lg-8,.row-no .col-xs-9,.row-no .col-sm-9,.row-no .col-md-9,.row-no .col-lg-9,.row-no .col-xs-10,.row-no .col-sm-10,.row-no .col-md-10,.row-no .col-lg-10,.row-no .col-xs-11,.row-no .col-sm-11,.row-no .col-md-11,.row-no .col-lg-11,.row-no .col-xs-12,.row-no .col-sm-12,.row-no .col-md-12,.row-no .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }
.cd2{

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;/*想省略几行就写几*/
 -webkit-box-orient: vertical;
 line-height: 30px;
}
.head{
	background: url(../images/top_bg.jpg) no-repeat center top;
 	height: 111px;
 	color: #fff;
 }
 .top{
 	line-height: 37px;
 	font-size: 15px;
 }
 .top span{ padding-right: 35px; }
 .top span.tel{color: #333;}
 .top span a{ color: #fff; text-decoration: none;}
 .top span i{ padding-right: 4px; }
 .icon1 i{
	padding: 0 10px;
 }
.navbar{
	margin-bottom:0;
	background: none}
.navbar-brand {
    padding: 20px 15px;}
.navbar-brand img{
	max-height:110px;}
.text-uppercase{
	text-transform: uppercase;
}
.navbar-nav>li{
	position: relative;
	overflow: hidden;
}
.navbar-nav>li:after{
	content: "";
	display: block;
	position: absolute;
	margin-right: 5px;
	right: 0;
	top:50%;
	transform: translateY(-50%) rotate(18deg);
	width: 1px;
	height: 15px;
	background: #fff;

}
.navbar-nav>li>a{
	color:#fff;
	margin: 15px 0;
	padding:11px 23px;
	font-size: 15px;}
.nav>li.active>a,.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #ffde00;
    border-radius: 20px;
    background: none;
}
.dropdown-menu>li>a {
    padding: 12px 20px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #e2710e;
}
.sy-about{
	margin:70px 0;
	}
.gong{
	padding: 100px 0;
	color: #fff;
}
.gong p{
	font-size: 18px;
}
.about-tit{
	padding-top: 8px;
	margin-bottom: 40px;
}
.about-tit h2{
	position: relative;
	color: #006da8;
	line-height: 35px;
	font-size: 24px;
}
.about-tit h2 span{ font-size: 16px; color: #888; }
.about-tit h2:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform:translateX(-50%);
	width: 50px;
	height: 2px;
	background-color: #e2710e;
	transition: all ease-in-out 0.3s;
}
.about-tit h2:hover:after,.pro-tit h2:hover:after{width: 80px;}
.ainfo{
	padding: 0 30px;
	line-height: 30px;
}
.amore{ margin-top: 40px;margin-bottom: 40px;}
.about-more,.about-more:hover{
	background-color: #e2710e;
	color: #fff;
	padding: 10px 30px;
	margin-top:20px;
	border-radius: 30px;
}
.eq-img,.api-img{
	overflow: hidden;
}
.eq-img img,.api-img img{
	transition: 0.3s;
}
.eq-img:hover img{
	transform:scale(1.2,1.2);
}
.api-img:hover img{
	transform:scale(1.1,1.1);
}
.pro-tit{
	background-color: #006da8;
	color: #fff;
	padding: 30px 0;
	color: #fff;
}
.pro-tit h2{
	font-size: 24px;
	position: relative;
}
.pro-tit h2:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #fff;
    transition: all ease-in-out 0.3s;
}
.pro-tit p{ margin-top: 30px; }
.pmore{ margin-top: 20px; }
.sy-products{
	background: url(../images/pro_bg.jpg) no-repeat center top;
	padding: 50px 0;
}
.series{ border:1px solid #58514a; line-height: 40px; color: #fff; overflow: hidden; }
.ser{ background: #e2710e; text-align: center; }
.series a{ color: #fff; padding: 0 9px; }
.pro-list{
	padding:20px;}
a.pro{
	border: 1px solid #ddd;
	display:inline-block;
	margin:30px 0 0;
	position:relative;
	overflow:hidden;
    min-height: 173px;
    }
a.pro img{
	transition:all ease-in-out 0.3s;}
a.pro:hover img{
	transform:scale(1.1,1.1);}
span.bg{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	background:rgba(0,0,0,0.4);}
a.pro:hover span.bg{
	opacity:1;}
span.bg i{
	position: absolute;
	color: #fff;
	left: 50%;
	top:35%;
	transform: translateX(-50%);
	font-size: 30px;
}
span.bg h3{
	position: absolute;
	color: #fff;
	left: 50%;
	top:45%;
	transform: translateX(-50%);
	font-size: 22px;
}
.pro-btn,.pro-btn:hover{
	border-radius: 20px;
	color: #fff;
	border:1px solid #fff;
	padding: 12px 20px;
}
.application{ margin-top: 30px; margin-bottom: 30px;}
.application .col-md-3{
	padding-left: 0;
	padding-right: 0;
}
.news{ background: #efefef; margin-top: 80px; padding-top: 20px; }
.ntit{ margin-bottom:50px; }
.sy-news .date-time {
  display: block;
  background:#ebeaea;
  font-weight: 300;
  width: 100px;
  height: 100px;
  color: #999;
  text-align: center;
  padding-top:17px;
}
.sy-news .date-time > span.big{
  font-size:  30px;
  font-weight: bold;
  color: #b90006;
}
a,a:focus, a:hover {
    color: #524d4d;
}
.media{ margin-bottom: 20px; }
h3.media-heading{ margin-top: 0px; }
.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.sy-news p.des {
  font-size: 13px;
  color: #827d7d;
}

.sy_news ul.blocks-2 li p.des {
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
h3.ninfo a{
	font-weight:bold;
	color: #1f1f5e;
}
.sy-contact{
	line-height: 30px;
	font-size: 14px;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
  background: #1a9fe4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next,.swiper-button-prev{background-image: none!important;background:rgba(255,255,255,0.5);width: 42px;height: 70px;margin-top: 0;transform: translateY(-50%)}
.swiper-button-next i,.swiper-button-prev i{position: absolute;left:50%;top:50%;display: block;transform: translateX(-50%) translateY(-50%);font-size: 30px; color: #1f1f5e;}
.swiper-button-prev{border-top-right-radius: 15px;border-bottom-right-radius: 15px;left:0;}
.swiper-button-next{border-top-left-radius: 15px;border-bottom-left-radius: 15px;right:0;}



.bot-bg{
	background-color: #313131;
	color: #eee;
	padding: 30px 0;
	border-top:10px solid #e2710e;
	margin-top: 20px;
}
.bg-default{
	background-color: #2a2a2a;
	color:#dbdbdb;
	padding:25px 0;}
.bot-tit{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #4b4b4b;}
.bot-tit span{font-size:16px;line-height:30px;}
.bot-tit i{padding-right:30px;}

.ny-about{
	margin:20px auto;
	background-color:#fff;
	padding:20px;}
.ny-tit h1{
	color:#333;}
.ny_info{
	line-height:27px;
	margin-bottom:50px;}
.text-indent{
	text-indent:2em;}
.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover {
    background-color: #fe3d00;
    border-color: #fe3d00;
}
.ptest{
	color:#333;}
.card>.caption {
    background-color: #333;}
.item-content h4 a{
	color:#333;}
.ny-info{
	padding:30px 0;
	line-height:27px;}
img {
     max-width:none; 
}
.showpro-c{
	line-height: 30px;
}
footer{ background:#006da8; padding-top: 30px; padding-bottom: 30px; margin-top: 50px; }
.contact{ border: 1px solid #6dc68b; color: #eeeeee; overflow: hidden; padding: 30px; border-radius: 50px; }
.contact i{font-size: 40px;}
.bot-menu{ margin-top: 20px; margin-bottom: 10px; }
.bot-menu,.bot-menu a{ color: #fff; }
.copy{ color: #fff; }

	
	

	
	
	
	
	
@media (max-width: 1199px) {
	.navbar-nav > li > a {
    margin: 20px 0;
    padding: 10px 11px;
	font-size: 13px;}
	.navbar-brand {
    padding: 19px 0px;}
    .nbox {
    margin-top: 0px;}

	
	
}

@media (max-width: 767px) {
	.head {
    background: #fff;
    height:auto;}
	.navbar-brand{
		padding: 17px 0 0 10px;
	}
	.navbar-brand img{
	max-height:30px;
	margin-top: 0px;}
	.navbar-toggle {
    background-color:#eee;
	margin:10px 10px 10px 0;}
	.navbar-toggle .icon-bar {
	background-color: #555;}
	.navbar-nav>li>a{
	font-size:15px;
	color:#666;
	padding:10px 10px;
	margin: 0;}
	.nav>li.active>a,.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #006da8;
}
	.dropdown-menu > li > a {
		color: #eee;
	}
	.eq-img img, .api-img img{
		margin-bottom: 20px;
	}
	.sy-products{
		background-size: cover;
	}
	.cc{
		margin-bottom: 60px;
	}
	.copy{
		margin-top: 20px;
	}
	.ainfo {
    padding: 0;
    line-height: 24px;}
	.sy-about, .sy-products, .sy-news {
    margin-top: 20px;}
    .sy-contact {
    padding: 30px 15px;
    margin-left: 0px;
	}
	
	.news .media-heading a {
    font-size: 16px;}
	.about-tit h2 {
    font-size: 24px;}
    .header-dividing, .page-header {
    padding-bottom: 9px;
    margin: 10px 0 0px;}

	

}


.swiper-button-next,.swiper-button-prev{background-image: none!important;background:rgba(255,255,255,0.5);width: 42px;height: 90px;margin-top: 0;transform: translateY(-50%)}
.swiper-button-next i,.swiper-button-prev i{position: absolute;left:50%;top:50%;display: block;transform: translateX(-50%) translateY(-50%);font-size: 30px;}
.swiper-button-prev{border-top-right-radius: 15px;border-bottom-right-radius: 15px;left:0;}
.swiper-button-next{border-top-left-radius: 15px;border-bottom-left-radius: 15px;right:0;}

.ny-m{
	margin:20px 0;
}

.text-indent{
	text-indent:2em;}
.n-tit {
    text-align: center;
margin-bottom: 8px;
}

.n-tit h2 {
    color: #006da8;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    border-bottom: solid 1px #dcdcdc;
}

.n-tit i {
    margin-top: -2px;
    margin: 0 auto;
    display: block;
    width: 70px;
    height: 3px;
    background: #c80405;
}


.new .col-md-12 {
    padding: 23px 0;
    padding-right: 5%;
    border-bottom: dashed 1px #e5e5e5;


}

.new .col-md-12 .n-l {

    float: left;
    width: 83px;
    height: 83px;
    background: #e9e9e9;
    text-align: center;
    padding: 7px;
    margin-right: 18px;
}

.new .col-md-12 .n-l i {
    color: #666666;
    font-size: 33px;
    font-weight: 500;
}

.new .col-md-12 .n-l p {
    color: #b9b9b9;
    font-size: 11px;
}

.new .col-md-12 .n-r h3 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new .col-md-12 .n-r p {
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n-d{
    padding: 2%;
    }
.ny-c img{
    max-width: 100%; border: 1px solid #e8e8e8;
}
.card-heading  { padding: 10px 0px;}

#allmap{
    height: 400px;
}
.ny-ban img{
    max-width: 100%;
}
.indexcase_cate a {
    display: inline-block;
    margin: 2px;
    line-height: 32px;
    border: 1px #dbdbdb solid;
    padding: 0 30px;
    color: #666;
}
.indexcase_cate .active {
    color: #fff;
    background-color: #4091f4;
    border-color: #4091f4;
}
.indexcase_cate a:hover {
    color: #fff;
    background-color: #4091f4;
    border-color: #4091f4;
}
.media-heading{
    margin-top: 10px;
}
.media-heading a:hover{ color:#666;}
.comdiv.indexcase_cate {
    text-align: center;
}

/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
    padding:30px 10px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#0a63af;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#0a63af;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background:#0a63af;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color:#0a63af;
    color: #fff;
    border-color:#0a63af;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;}
.friendlink {
    float: left;
    color: #fff;
    line-height: 27px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 30px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 30px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #fff;
}

.friendlink .linkTagcs:hover {
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}